home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 March / Disc 1 / PCU030201.iso / ads / files / main.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-10-25  |  512 b   |  25 lines

  1. on(release){
  2.    loadMovie("imagetxt.swf","txtboxes");
  3.    unloadMovie("/empty");
  4.    setProperty("txtboxes", _X, 142);
  5.    setProperty("txtboxes", _Y, 90);
  6.    tellTarget("computer")
  7.    {
  8.       gotoAndStop(2);
  9.       tellTarget("/Menu/S")
  10.       {
  11.          if(1 < _currentframe && _currentframe < 11)
  12.          {
  13.             gotoAndPlay(11);
  14.          }
  15.       }
  16.    }
  17.    tellTarget("/Menu/T")
  18.    {
  19.       if(1 < _currentframe && _currentframe < 11)
  20.       {
  21.          gotoAndPlay(11);
  22.       }
  23.    }
  24. }
  25.